func runtime.msanmalloc

4 uses

	runtime (current package)
		malloc.go#L1152: 		msanmalloc(x, size)
		msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr)   { throw("msan") }
		proc.go#L4267: 			msanmalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		stack.go#L428: 		msanmalloc(v, uintptr(n))